Basic concepts of Terraform

What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. IaC is a code (human readable) that deploys your infrastructure resources onto various platforms instead of managing them manually through a user interface. How to install Terraform locally Download it from here… Continue reading Basic concepts of Terraform

How to change URL of “Preview in new tab” in Gutenberg editor

Why need to change preview link WordPress is providing the REST APIs for everything. These days WordPress is using as a provider/back-end for editors. And it provides the data from REST APIs. So it means WordPress sites have different domains like cms.example.com. And front-end(renderer) has the main domain like example.com. The front-end renderer can be… Continue reading How to change URL of “Preview in new tab” in Gutenberg editor

How to create an environment in postman

What is environment An environment is defined as a full website or application stack containing everything the website or application needs to deliver features and content to users. Web development projects should use at least two or more environments. Develop Staging Production Develop Environment A develop environment developer/engineer can work on production code. Generally, it is used to… Continue reading How to create an environment in postman

How to setup collection in postman

What is Postman automate? Postman is a collaboration platform for API development. Postman’s features simplify each step of building an API and streamline collaboration so you can create better APIs—faster. Install Postman The postman app is free for every os. It will automatically deduct your OS when you visit the download link. You can download… Continue reading How to setup collection in postman

Published
Categorized as Postman

How to automate deployment to shared hosting using CircleCI

Most of the tutorials are based on AWS, Azure and other could servers. And they have explained it very well. But, there are still lots of project still hosted on simple shared host environments like Ionos (former 1and1), GoDaddy and Hostpapa. This hosts are great for the value for money, but they miss the “simple”… Continue reading How to automate deployment to shared hosting using CircleCI

Published
Categorized as CircleCI